LogChannel.GetIntValue 方法
取得點位置值並將值轉換為 int。
命名空間:IntervalZero.KINGSTAR.Base.Class組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
語法
public int GetIntValue(
int PointIndex
)
Public Function GetIntValue(
PointIndex As Integer
) As Integer
參數
PointIndex
型別:int
點位置索引。
回傳值
型別:int
回傳一個 int 值。
參見